python array delete last column

48

python array delete last column -

b = np.delete(a, -1, axis=1)

Comments

Submit
0 Comments